Skip to content

Commit d366f37

Browse files
authored
SEC-2149:updating github publish workflow to handle security vulnerab… (#665)
1 parent fcd95ee commit d366f37

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,9 @@ jobs:
5252
# 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.
5353
- name: Build tag
5454
id: vtag
55-
run: |
55+
env:
5656
PACKAGE_VERSION="${{ github.event.inputs.version }}"
57+
run: |
5758
echo "vtag=${PACKAGE_VERSION}" >> $GITHUB_ENV
5859
echo "vtag=${PACKAGE_VERSION}" >> $GITHUB_OUTPUT
5960

0 commit comments

Comments
 (0)