@dotenvx/dotenvx-linux-amd64 0.1.0 → 0.44.1

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.
@@ -0,0 +1,21 @@
1
+ name: ci
2
+
3
+ on: push
4
+
5
+ jobs:
6
+ npm:
7
+ if: startsWith(github.ref, 'refs/tags/v') && contains(github.ref, '.')
8
+ runs-on: ubuntu-latest
9
+ permissions:
10
+ id-token: write
11
+ steps:
12
+ - uses: actions/checkout@v4
13
+ # Setup .npmrc file to publish to npm
14
+ - uses: actions/setup-node@v4
15
+ with:
16
+ node-version: '16.x'
17
+ registry-url: 'https://registry.npmjs.org'
18
+ scope: '@dotenvx'
19
+ - run: npm publish
20
+ env:
21
+ NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
package/dotenvx CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dotenvx/dotenvx-linux-amd64",
3
- "version": "0.1.0",
3
+ "version": "0.44.1",
4
4
  "description": "dotenvx-linux-amd64 binary",
5
5
  "repository": {
6
6
  "type": "git",