Skip to content

Commit

Permalink
Merge pull request #15 from comboomPunkTsucht/dev
Browse files Browse the repository at this point in the history
.
  • Loading branch information
mcpeapsUnterstrichHD authored Sep 4, 2024
2 parents 53eda4d + 84e3fca commit 7f6f579
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,22 @@ jobs:
run: |
version=${GITHUB_REF#refs/tags/v}
echo "version=$version" >> $GITHUB_ENV
shell: bash

- name: Debug Version
run: echo "Version is ${{ env.version }}"
shell: bash

- name: Extract Date
id: extract_date
run: |
date=$(date +'%Y-%m-%d')
echo "date=$date" >> $GITHUB_ENV
shell: bash

- name: Debug Date
run: echo "Date is ${{ env.date }}"
shell: bash

- name: Create Changelog File
id: create-changelog
Expand All @@ -57,6 +61,7 @@ jobs:
- name: Check if Changelog Exists
run: cat changelog.md
shell: bash

- name: Create GitHub Release
id: create-release
Expand Down Expand Up @@ -100,6 +105,7 @@ jobs:
run: |
version=${GITHUB_REF#refs/tags/v}
echo "version=$version" >> $GITHUB_ENV
shell: bash

- uses: taiki-e/upload-rust-binary-action@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "genp"
version = "1.0.14"
version = "1.0.15"
description = "A simple Generator for PINs and Passwords"
authors = ["comboom.sucht","mcpeaps_HD"]
edition = "2021"
Expand Down

0 comments on commit 7f6f579

Please sign in to comment.