We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e71c88 commit b090057Copy full SHA for b090057
.github/workflows/publish.yaml
@@ -5,15 +5,15 @@ on:
5
push:
6
# run only against tags
7
tags:
8
- - '*'
+ - "*"
9
10
env:
11
FATHOM_SITE: ${{ vars.FATHOM_SITE }}
12
13
jobs:
14
publish:
15
name: GoReleaser
16
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
17
steps:
18
- uses: actions/checkout@v4
19
with:
.github/workflows/release.yaml
@@ -13,7 +13,7 @@ env:
release:
name: semantic-release
outputs:
new-release-published: ${{ steps.semantic-release.outputs.new_release_published }}
new-release-version: ${{ steps.semantic-release.outputs.new_release_version }}
0 commit comments