Skip to content

Commit

Permalink
Do not allow updates to released versions
Browse files Browse the repository at this point in the history
  • Loading branch information
JarrettSpiker committed Dec 8, 2021
1 parent 0e0147d commit f940d85
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
id: create_version_release
uses: ncipollo/release-action@v1
with:
allowUpdates: true # set this to false if you want to prevent updating existing releases
allowUpdates: false
name: Release ${{ steps.get-version.outputs.version }}
draft: false
prerelease: false
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
![](https://img.shields.io/badge/Foundry-v0.7.9-informational)
![Latest Release Download Count](https://img.shields.io/github/downloads/JarrettSpiker/FoundryRedirectModule/latest/module.zip)
![Latest Release Download Count](https://img.shields.io/github/downloads/JarrettSpiker/FoundryRedirectModule/releases/latest/module.zip)
![Forge Installs](https://img.shields.io/badge/dynamic/json?label=Forge%20Installs&query=package.installs&suffix=%25&url=https%3A%2F%2Fforge-vtt.com%2Fapi%2Fbazaar%2Fpackage%2Ffoundry-redirect&colorB=4aa94a)

# Description
Expand All @@ -16,6 +16,7 @@ Native Foundry VTT links will still be shown if you scroll, just in case you nee

# Changelog

1.0.4 Updates to Github CI infrastructure. No functional changes
1.0.0 Initial Release

# License
Expand Down
2 changes: 1 addition & 1 deletion src/module.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"title": "Foundry Redirect: Better invitation links",
"description": "A module to create static invitation links which look like a regular URL, and don't need to be resent every time your IP address changes",
"author": "JarrettSpiker",
"version": "1.0.3",
"version": "1.0.4",
"minimumCoreVersion": "0.7.9",
"compatibleCoreVersion" : "0.8.9",
"scripts": [
Expand Down

0 comments on commit f940d85

Please sign in to comment.