Skip to content

Commit

Permalink
Merge pull request #62 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 committed Oct 3, 2023
2 parents 3edca72 + 9483979 commit 33478e0
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 @@ -28,7 +28,7 @@ jobs:
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"
echo "{artifact_name}=${VERSION}.zip" >> $GITHUB_OUTPUT
shell: bash

- name: Upload Release Artifact
Expand Down

0 comments on commit 33478e0

Please sign in to comment.