diff options
author | umarcor <unai.martinezcorral@ehu.eus> | 2021-12-18 06:24:43 +0100 |
---|---|---|
committer | umarcor <unai.martinezcorral@ehu.eus> | 2021-12-18 10:15:44 +0100 |
commit | e939e344060c7776c87de8f42b9ba3ac59372e58 (patch) | |
tree | 5ad4921563e2ca49292a9c1369f420beeab312b1 /.github/workflows | |
parent | be36e047ec10e0fd450ad33d945950abc74e201d (diff) | |
download | ghdl-e939e344060c7776c87de8f42b9ba3ac59372e58.tar.gz ghdl-e939e344060c7776c87de8f42b9ba3ac59372e58.tar.bz2 ghdl-e939e344060c7776c87de8f42b9ba3ac59372e58.zip |
ci: eine/tip was merged into pyTooling/Actions/releaser
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/Test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/Test.yml b/.github/workflows/Test.yml index 1c737a57c..67ea03e6f 100644 --- a/.github/workflows/Test.yml +++ b/.github/workflows/Test.yml @@ -615,7 +615,7 @@ jobs: # Tagged: create a pre-release or a release (semver) # Untagged: update the assets of pre-release 'nightly' - - uses: eine/tip@master + - uses: pyTooling/Actions/releaser@r0 with: token: ${{ secrets.GITHUB_TOKEN }} tag: 'nightly' |