Skip to content

Commit

Permalink
Update build-skeleton.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
w00fz authored Feb 24, 2021
1 parent 2c286e4 commit b8966d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-skeleton.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Extract Tag
run: echo "SKELETON_VERSION=${{ github.event.inputs.tag || github.ref }}" >> $GITHUB_ENV
- name: Generate Skeleton Packages
uses: w00fz/skeleton-builder@main
uses: getgrav/skeleton-builder@v1
with:
version: ${{ github.event.inputs.version || 'latest' }}
admin: ${{ github.event.inputs.admin || true }}
Expand Down

0 comments on commit b8966d6

Please sign in to comment.