Skip to content

Commit

Permalink
test tag
Browse files Browse the repository at this point in the history
  • Loading branch information
jj22ee committed Dec 3, 2024
1 parent 9f4b3e5 commit 27ab0fa
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions .github/workflows/release-ocb-components.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
- name: Tag package
run: git tag test/v0.0.2
- name: Publish tags
run: git push --tags

0 comments on commit 27ab0fa

Please sign in to comment.