diff --git a/.github/workflows/release-ocb-components.yml b/.github/workflows/release-ocb-components.yml index 322b428f93fa..d469bdf4dbc2 100644 --- a/.github/workflows/release-ocb-components.yml +++ b/.github/workflows/release-ocb-components.yml @@ -62,6 +62,9 @@ jobs: prepare-release: runs-on: ubuntu-latest needs: [ setup-test-for-prepare-release ] + permissions: + id-token: write + contents: write steps: - uses: actions/checkout@v4 with: @@ -95,11 +98,11 @@ jobs: cache-from: type=gha,scope=build-${{ github.ref_name }}-ocb cache-to: type=gha,scope=build-${{ github.ref_name }}-ocb - # - name: if test passed, create tags PR - # run: | - # echo "hi" + - name: if test passed, create tags PR + run: | + echo "hi" - # - name: Tag package - # run: git tag test/v0.0.2 - # - name: Publish tags - # run: git push --tags \ No newline at end of file + - name: Tag package + run: git tag test/v0.0.2 + - name: Publish tags + run: git push --tags \ No newline at end of file