Skip to content

Commit

Permalink
Fixes tag action reference in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Moran authored and sophiewigmore committed Apr 21, 2021
1 parent 39d43ee commit c2bb90b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
- name: Tag
id: tag
uses: paketo-buildpacks/github-config/actions/tag@main
uses: paketo-buildpacks/github-config/actions/tag/increment-tag@main
- name: Package Jam
run : ./scripts/package.sh
- name: Create Draft Release
Expand Down

0 comments on commit c2bb90b

Please sign in to comment.