Skip to content

Commit 5172a3e

Browse files
committed
1 parent 3304294 commit 5172a3e

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.github/workflows/autotag-releases.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Get version from tag
2020
id: tag_name
2121
run: |
22-
echo ::set-output name=current_version::${GITHUB_REF#refs/tags/}
22+
echo "current_version=${GITHUB_REF#refs/tags/}" >> $GITHUB_OUTPUT
2323
shell: bash
2424
- name: Create and push tags
2525
run: |

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.1.1] - 2022-10-13
11+
12+
### Changed
13+
14+
* Switch from set-output to $GITHUB_OUTPUT to avoid warning
15+
https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
16+
1017
## [1.1.0] - 2022-08-14
1118

1219
### Added

0 commit comments

Comments
 (0)