Sha256: 2ac5c67c64a41529b6bffcd9105fe3b9e44f27c80b5822e4e1a017bf661e28b9
Contents?: true
Size: 527 Bytes
Versions: 1
Compression:
Stored size: 527 Bytes
Contents
# This is a basic workflow to help you get started with Actions name: Tag # Controls when the workflow will run on: # Triggers the workflow on push or pull request events but only for the master branch push: branches: [ master ] jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Tag automatically run: git tag v`cat lib/opera/version.rb | grep 'VERSION' | awk '{ print $3 $4 }' | sed "s/'//g"` - name: Push tags run: git push origin --tags
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
opera-0.2.1 | .github/workflows/tag.yml |