Skip to content

Commit f8bd811

Browse files
authored
Merge pull request #5 from forcedotcom/workflowFix
Adding environment variable for publish flow.
2 parents a6f7adb + dec6179 commit f8bd811

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publishVSCode.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ on:
1515
jobs:
1616
validate-release-environment:
1717
runs-on: ubuntu-latest
18+
environment: publish
1819
outputs:
1920
RELEASE_VERSION: ${{ steps.get-package-version.outputs.PACKAGE_VERSION }}
2021
GUS_BUILD: ${{ steps.get-gus-build.outputs.GUS_BUILD }}

0 commit comments

Comments
 (0)