Skip to content

Commit

Permalink
SEC-2149:updating github publish workflow to handle security vulnerab… (
Browse files Browse the repository at this point in the history
  • Loading branch information
arpit-jn authored Jan 24, 2025
1 parent fcd95ee commit d366f37
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,9 @@ jobs:
# Build the tag string from package.json version and release suffix. Produces something like `1.0.0-beta.1` for a beta, or `1.0.0` for a stable release.
- name: Build tag
id: vtag
run: |
env:
PACKAGE_VERSION="${{ github.event.inputs.version }}"
run: |
echo "vtag=${PACKAGE_VERSION}" >> $GITHUB_ENV
echo "vtag=${PACKAGE_VERSION}" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit d366f37

Please sign in to comment.