cz.xprees.variables 1.0.9 → 1.0.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "cz.xprees.variables",
3
3
  "displayName": "Variables",
4
- "version": "1.0.9",
4
+ "version": "1.0.10",
5
5
  "unity": "2021.3",
6
6
  "description": "This package contains a system for creating variables based on ScriptableObjects in Editor.",
7
7
  "license": "MIT",
@@ -1,31 +0,0 @@
1
- name: Publish to NPM registry
2
-
3
- on:
4
- push:
5
- branches:
6
- - master
7
- - release/*
8
-
9
- jobs:
10
- publish-gpr:
11
- runs-on: ubuntu-latest
12
- permissions:
13
- contents: read
14
- packages: write
15
- environment: Production
16
- steps:
17
- - uses: actions/checkout@v4
18
- - uses: actions/setup-node@v4
19
- with:
20
- node-version: 20
21
- - name: Version Patcher
22
- uses: justalemon/VersionPatcher@v0.8
23
- with:
24
- version: 1.0.${{ github.run_number }}
25
- npm-files: 'package.json'
26
- - uses: JS-DevTools/npm-publish@v3
27
- with:
28
- token: ${{ secrets.NPM_AUTH_TOKEN }}
29
- access: public
30
- ignore-scripts: true
31
-