Skip to content

Commit

Permalink
Merge pull request #40 from pulumi/vl/FixRelease
Browse files Browse the repository at this point in the history
Fix release workflow
  • Loading branch information
viveklak authored May 4, 2022
2 parents 0203605 + 925c39d commit 3948b29
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,16 +82,9 @@ jobs:
token: ${{ secrets.NPM_TOKEN }}
package: ${{github.workspace}}/lib/package.json
tag: latest
name: main
name: release
"on":
schedule:
- cron: '0 7 * * *'
push:
branches:
- main
paths-ignore:
- CHANGELOG.md
tags-ignore:
- v*
- sdk/*
- '**'
tags:
- v*.*.*
- '!v*.*.*-**'

0 comments on commit 3948b29

Please sign in to comment.