Skip to content

Commit

Permalink
fixup! Move dev tag on pre-release
Browse files Browse the repository at this point in the history
  • Loading branch information
nsavoire committed Jun 3, 2024
1 parent 1844bf8 commit cf9c56e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,9 +145,8 @@ jobs:
tar czf otel-profiling-agent-${RELEASE_VERSION}-aarch64.tar.gz -C agent-aarch64 .
tar czf otel-profiling-agent-${RELEASE_VERSION}-x86_64.tar.gz -C agent-x86_64 .
- name: Update dev tag
uses: actions/github-script@v3
uses: actions/github-script@v7
with:
github-token: ${{secrets.GITHUB_TOKEN}}
script: |
github.rest.git.updateRef({
owner: context.repo.owner,
Expand Down

0 comments on commit cf9c56e

Please sign in to comment.