Skip to content

Commit

Permalink
fix: updated settings to the github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
vanlooverenkoen committed Nov 29, 2023
1 parent f6a1464 commit 6b41d49
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 13 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/create_tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches:
- main
tags:
- 'v[0-9]+.[0-9]+.[0-9]+*'

jobs:
bump_version:
Expand All @@ -28,4 +30,4 @@ jobs:
tag-prefix: 'v'
script-pre-run: tool/script_pre_run.dart
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.IMPAKTFULL_GITHUB_PAT }}
12 changes: 0 additions & 12 deletions .github/workflows/publish_to_pubdev.yml

This file was deleted.

0 comments on commit 6b41d49

Please sign in to comment.