Skip to content

Commit

Permalink
fix(test): test
Browse files Browse the repository at this point in the history
  • Loading branch information
masoudmanson committed Sep 6, 2023
1 parent 726cf94 commit 013a3b4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/gh-release-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,9 @@ jobs:
run: |
for version in $(echo $CURRENT_VERSIONS | tr ',' ' '); do
echo "Creating job for version $version..."
echo "::set-output name=version::$version"
echo "VERSION=${version}" >> $GITHUB_ENV
done
- name: Create Release
if: steps.set_versions.outcome == 'success'
run: |
echo "Running release job for individual tag ${{ steps.set_versions.outputs.version }}"

0 comments on commit 013a3b4

Please sign in to comment.