Skip to content

Commit

Permalink
chore: fixed dist repo name (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
slewis74 authored Dec 9, 2022
1 parent 6be7aa8 commit 5d5e753
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
| awk -F: '{ print $2 }' \
| sed 's/[", ]//g' \
| awk -F. '{ print $1 }')
sed -i "s/\(uses: OctopusDeploy\/deploy-release-action@\).*/\1v${MAJOR_VERSION}/g" README.md
sed -i "s/\(uses: OctopusDeploy\/await-task-action@\).*/\1v${MAJOR_VERSION}/g" README.md
- name: commit
run: |-
git config --global user.name "team-integrations-fnm-bot"
Expand Down

0 comments on commit 5d5e753

Please sign in to comment.