Skip to content

Commit

Permalink
Updating action
Browse files Browse the repository at this point in the history
  • Loading branch information
csjones committed Sep 6, 2023
1 parent f4725a3 commit 88e05dc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish-artifact-bundle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Set info.json version
run: |
echo "${{ inputs.binary_version }}"
echo 'PLUGIN_VERSION="${PLUGIN_VERSION#?}"' >> $GITHUB_ENV
echo "${{ env.PLUGIN_VERSION }}"
sed -i '' "s/<VERSION>/${{ env.PLUGIN_VERSION }}/g" Plugin-Repo/Resources/template.artifactbundle/info.json
PLUGIN_VERSION="${PLUGIN_VERSION#?}"
echo "$PLUGIN_VERSION"
sed -i '' "s/<VERSION>/$PLUGIN_VERSION/g" Plugin-Repo/Resources/template.artifactbundle/info.json
cat Plugin-Repo/Resources/template.artifactbundle/info.json

0 comments on commit 88e05dc

Please sign in to comment.