Skip to content

Commit

Permalink
Update action
Browse files Browse the repository at this point in the history
  • Loading branch information
csjones committed Sep 6, 2023
1 parent fb54d55 commit 36468c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .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:1}" >> $GITHUB_ENV
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
cat Plugin-Repo/Resources/template.artifactbundle/info.json

0 comments on commit 36468c4

Please sign in to comment.