This repository has been archived by the owner on May 17, 2024. It is now read-only.
Merge pull request #385 from findy-network/dependabot/npm_and_yarn/aw… #65
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: release | |
on: | |
push: | |
tags: | |
- "*" | |
jobs: | |
merge: | |
runs-on: ubuntu-latest | |
steps: | |
- name: checkout | |
uses: actions/checkout@v4 | |
with: | |
ref: master | |
- name: merge | |
run: | | |
git fetch --tags origin | |
git merge $GITHUB_REF | |
git push origin master |