Skip to content

Commit

Permalink
ci: update github release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
brettstack committed Mar 1, 2024
1 parent 7982355 commit 063bc92
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 18 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/create-github-release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: create-github-release

on:
push:
branches: [main]

jobs:
release:
uses: salesforcecli/github-workflows/.github/workflows/create-github-release.yml@main
secrets: inherit
# you can also pass in values for the secrets
# secrets:
# SVC_CLI_BOT_GITHUB_TOKEN: gh_pat00000000
18 changes: 0 additions & 18 deletions .github/workflows/onPushToMain.yml

This file was deleted.

0 comments on commit 063bc92

Please sign in to comment.