Skip to content
This repository has been archived by the owner on Sep 19, 2024. It is now read-only.

Commit

Permalink
Fixes issue #105 - Perform release
Browse files Browse the repository at this point in the history
  • Loading branch information
mnriem committed Aug 11, 2021
1 parent f234de1 commit a194c60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Checkout sources
uses: actions/checkout@v2
with:
token: ${{ secrets.GIT_PASSWORD }}
token: ${{ secrets.GIT_TOKEN }}
- name: Release from given branch with given version
run: |
git fetch --no-tags --prune --depth=1 origin +refs/heads/*:refs/remotes/origin/*
Expand Down

0 comments on commit a194c60

Please sign in to comment.