Skip to content

Commit

Permalink
Update unreleased-zip.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kylemoorehead-pingidentity authored Sep 10, 2024
1 parent 4c888c0 commit 3e521a2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/unreleased-zip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ jobs:
- run: |
RELEASE="${{ steps.version.outputs.version }}"
RELEASE_TITLE="${{ steps.version.outputs.version }}"
gh release create $RELEASE --title $RELEASE_TITLE --notes "This is an alpha release" --prerelease -R curtismu7/Master-Flow
gh release upload $RELEASE ./terraform/tf-release.zip -R curtismu7/Master-Flow
gh release create $RELEASE-tech-enablement --title $RELEASE_TITLE-tech-enablement --notes "This is an early release of 2.0 so that Tech Enablement can begin implementing." --prerelease -R curtismu7/Master-Flow
gh release upload $RELEASE-tech-enablement ./terraform/tf-release.zip -R curtismu7/Master-Flow
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: Automated with Github Actions (Create Release Zip)
- env:
OUTPUT_COMMAND: "touch ~/Terraform/ && mkdir ~/Terraform/master-flow && cd ~/Terraform/master-flow\ncurl -L https://github.com/curtismu7/Master-Flow/releases/download/${{ steps.version.outputs.version }}/tf-release.zip > tf-release.zip\nunzip ./tf-release.zip && rm ./tf-release.zip"
run: echo "$OUTPUT_COMMAND"
run: echo "$OUTPUT_COMMAND"

0 comments on commit 3e521a2

Please sign in to comment.