Skip to content
This repository has been archived by the owner on Apr 16, 2024. It is now read-only.

Commit

Permalink
Try fix broken release action
Browse files Browse the repository at this point in the history
  • Loading branch information
cconard96 committed Apr 19, 2022
1 parent 7e538df commit 9f1708c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
run: |
echo "tag_name=${GITHUB_REF#refs/tags/}" >> $GITHUB_ENV
- name: "Checkout"
uses: "actions/checkout@v2"
uses: "actions/checkout@v3"
- name: "Build package"
id: "build-package"
uses: "glpi-project/tools/github-actions/build-package@0.1.15"
uses: "cconard96/tools/github-actions/build-package@debug/master"
with:
plugin-version: ${{ env.tag_name }}
- name: "Create release"
Expand Down

0 comments on commit 9f1708c

Please sign in to comment.