Skip to content

Commit

Permalink
no tag specified
Browse files Browse the repository at this point in the history
  • Loading branch information
jblom committed Apr 5, 2024
1 parent 1d1992c commit e1f4127
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
name: Manual release from tag
on:
workflow_dispatch:
inputs:
tag:
description: Github Tag to create
required: true
type: string

jobs:
bundle:
Expand All @@ -20,6 +15,6 @@ jobs:
- run: bundle exec jekyll build
- run: tar -cvvzf _site.tar.gz ./_site
- name: Create release
run: gh release create ${{ inputs.tag }} _site.tar.gz
run: gh release create _site.tar.gz
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit e1f4127

Please sign in to comment.