We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bf6fbfa + abadc4d commit 2d99ffbCopy full SHA for 2d99ffb
.github/workflows/release.yml
@@ -0,0 +1,23 @@
1
+name: Release
2
+on: [release]
3
+
4
+jobs:
5
+ sentry:
6
+ runs-on: ubuntu-latest
7
+ steps:
8
+ - name: Checkout Code
9
+ id: checkout-code
10
+ uses: actions/checkout@v3
11
+ with:
12
+ fetch-depth: 2
13
+ - name: Setup Node.js environment
14
+ uses: actions/setup-node@v2
15
16
+ node-version: 16
17
+ cache: 'yarn'
18
19
+ - name: Install Dependencies
20
+ run: yarn
21
22
+ - name: Sentry Build
23
+ run: yarn release
package.json
@@ -1,6 +1,6 @@
{
"name": "reactmap",
- "version": "1.2.13",
+ "version": "1.3.0",
"description": "React based frontend map.",
"main": "ReactMap.mjs",
"author": "TurtIeSocks <58572875+TurtIeSocks@users.noreply.github.com>",
0 commit comments