Skip to content

Commit

Permalink
fix(ci): debug release CI workflow (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
wpbonelli authored Nov 11, 2022
1 parent 1e5fabd commit 3caf1c0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: Publish release and package
name: Release
on:
push:
branches:
- master
- develop
jobs:
release:
name: Release
name: Release & publish
runs-on: ubuntu-latest
steps:

Expand Down Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Create release
uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
repo_token: ${{ github.token }}

# todo: set repo secrets and enable
# - name: Publish package
Expand Down

0 comments on commit 3caf1c0

Please sign in to comment.