Skip to content

Commit

Permalink
Merge pull request #61 from mwarzybok-sumoheavy/feature/SP-239release
Browse files Browse the repository at this point in the history
SP-239 Deploy to WooCommerce WordPress.org when released
  • Loading branch information
bobbrodie authored Sep 29, 2023
2 parents 43d003f + ef898fa commit 3edca72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Create Release Artifact
run: |
VERSION=${{ github.ref }}
VERSION=${VERSION#refs/tags/v}
VERSION=${VERSION#refs/tags/}
mkdir /home/runner/work/release
zip -r /home/runner/work/release/${VERSION}.zip $GITHUB_WORKSPACE
echo "::set-output name=artifact_name::${VERSION}.zip"
Expand Down

0 comments on commit 3edca72

Please sign in to comment.