Skip to content

Commit

Permalink
fix: initial release
Browse files Browse the repository at this point in the history
  • Loading branch information
omariosouto committed Jul 24, 2022
1 parent 67371b7 commit 29a9eca
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ on:
push:
branches:
- main

env:
GIT_AUTHOR_NAME: "@bumper-bot"
GITHUB_TOKEN: ${{ secrets.GH_MASTER_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN || secrets.GH_MASTER_TOKEN }}

jobs:
release:
name: Release
Expand All @@ -17,10 +23,6 @@ jobs:
- name: Install dependencies
run: yarn install
- name: Release NPM Registry & Flutter Pub
env:
GIT_AUTHOR_NAME: "@bumper-bot"
GITHUB_TOKEN: ${{ secrets.GH_MASTER_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN || secrets.GH_MASTER_TOKEN }}
run: |
echo 'Run Flutter CI Steps'
yarn build
Expand Down

0 comments on commit 29a9eca

Please sign in to comment.