Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
neilime authored Jul 6, 2022
1 parent 2aba614 commit 645a5ee
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,8 @@ on:
tags: [v*]

jobs:
gh-release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./.github/workflows/build-website.yml
with:
publish: true
gh-release:
name: Build and release website
uses: ./.github/workflows/build-website.yml
with:
publish: true

0 comments on commit 645a5ee

Please sign in to comment.