Skip to content

Commit

Permalink
Changed action to reference via full repo
Browse files Browse the repository at this point in the history
  • Loading branch information
GPaoloni committed Sep 7, 2022
1 parent 24e286d commit 682bdf9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/actions/generate-pre-release/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ runs:

# Generate next tag
- name: Generate next tag
uses: ./.github/actions/generate-next-tag
# TODO: remove branch tag
uses: techmatters/flex-plugins/.github/actions/generate-pre-release@gian_CHI-1262-p2
with:
prefix: "${{ inputs.tag-prefix }}-${{ inputs.tag-suffix }}"
latest-matching-tag: ${{ steps.latest_matching_tag.outputs.tag }}
Expand Down

0 comments on commit 682bdf9

Please # to comment.