Skip to content

Commit

Permalink
Update rc.yml (#5466)
Browse files Browse the repository at this point in the history
Fix tagnum is not passed into GITHUB_OUTPUT
  • Loading branch information
Shinji-IkariG authored Apr 3, 2023
1 parent 2adc045 commit 05d01b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
go-version: 'stable'
cache-dependency-path: nebula-console/go.sum
- id: tag
run: echo tagnum=${{ github.event.inputs.version }}
run: echo tagnum=${{ github.event.inputs.version }} >> $GITHUB_OUTPUT
- name: package
run: ./package/package.sh -v ${{ steps.tag.outputs.tagnum }}
- name: output some vars
Expand Down

0 comments on commit 05d01b1

Please sign in to comment.