Skip to content

Commit

Permalink
Update rc.yml (vesoft-inc#2548)
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 15b80ca commit e6f2ec5
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 @@ -52,7 +52,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 e6f2ec5

Please sign in to comment.