Skip to content

Commit 1639698

Browse files
authored
ci: fix typo
1 parent 22900fd commit 1639698

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ jobs:
3131

3232
- if: github.ref == 'refs/heads/main'
3333
name: Conditional(Set tag as `latest`)
34-
run: echo "tag=willfarrell/crontab:latest >> $GITHUB_ENV"
34+
run: echo "tag=willfarrell/crontab:latest" >> $GITHUB_ENV
3535

3636
- if: startsWith(github.ref, 'refs/tags/')
3737
name: Conditional(Set tag as `{version}`)
38-
run: echo "tag=willfarrell/crontab:${GITHUB_REF#refs/*/} >> $GITHUB_ENV"
38+
run: echo "tag=willfarrell/crontab:${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
3939

4040
- run: |
4141
echo "$tag"

0 commit comments

Comments
 (0)