Skip to content

Commit

Permalink
Added aws-session-manager-plugin.
Browse files Browse the repository at this point in the history
  • Loading branch information
skyzyx committed Apr 11, 2024
1 parent 566a037 commit f5b34f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-aws-session-manager-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
echo "package_version=$(download-asset latest-tag -r 'aws/session-manager-plugin' -s)" >> $GITHUB_OUTPUT
echo "package_version=$(download-asset latest-tag -r 'aws/session-manager-plugin' -s | sed -r 's,\.0$,,')" >> $GITHUB_OUTPUT
- name: Check to see if we've already built this version
uses: actions/cache/restore@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
Expand Down

0 comments on commit f5b34f6

Please sign in to comment.