Skip to content

Commit

Permalink
chore: semantic versioning again (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gornak40 authored Jan 3, 2024
1 parent 522ddb4 commit 407e447
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 18 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
name: Release
on:
push:
branches:
- master

branches: [master]
jobs:
release:
versioning:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@master
- name: Release
uses: codfish/semantic-release-action@v2.0.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: calculate version
id: calculate-version
uses: bitshifted/git-auto-semver@v1.1.0
with:
main_branch: master
create_tag: true
tag_prefix: 'tags'
- name: Use version
run: 'echo "Calculated version: ${{ steps.calculate-version.outputs.version-string }}"'
7 changes: 0 additions & 7 deletions .releaserc

This file was deleted.

0 comments on commit 407e447

Please sign in to comment.