Skip to content

Commit

Permalink
fix: workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
alvaro17f committed Sep 29, 2023
1 parent 75890b1 commit 09f8797
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/tag.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: "Tag"

permissions:
contents: write

on:
push:
branches:
Expand All @@ -24,4 +27,4 @@ jobs:
- name: "Set Tag"
shell: "bash"
run: |
git tag v${{ steps.get-tag.outputs.PKG_VERSION }} && git push --tags
git tag v${{ steps.get-tag.outputs.PKG_VERSION }} && git push --tags
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wrestic"
version = "1.0.1"
version = "1.0.2"
authors = ["alvaro17f"]
description = "Restic wrapper built in Rust"
homepage = "https://github.com/alvaro17f/wrestic"
Expand Down

0 comments on commit 09f8797

Please sign in to comment.