Skip to content

Commit

Permalink
Updating git command
Browse files Browse the repository at this point in the history
  • Loading branch information
csjones committed Sep 10, 2023
1 parent c0554b0 commit bbf08b6
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 @@ -76,7 +76,7 @@ jobs:
sed -i '' 's/\(url: ".*\/\)\([0-9]\+\.[0-9]\+\.[0-9]\+\)\(\/.*"\)/\1${{ env.PLUGIN_VERSION }}\3/g' ${{ inputs.binary_name }}/Package.swift
- name: Push Changes to GitHub
run: |
git show
(cd ${{ inputs.binary_name }} && git show)
- name: Create GitHub Release
run: |
echo ${{ hashFiles( env.ARTIFACT_NAME ) }}
Expand Down

0 comments on commit bbf08b6

Please sign in to comment.