diff --git a/bamboo-specs/deploy.yaml b/bamboo-specs/deploy.yaml index 01b6195e..83572970 100644 --- a/bamboo-specs/deploy.yaml +++ b/bamboo-specs/deploy.yaml @@ -16,7 +16,6 @@ npmjs: &npmjs ${system.PNPM_DIR}: "${bamboo.cachePnpm}" variables: &npmjs-variables publishArgs: --access public - tagSuffix: '-stable' triggers: [ ] tasks: - checkout: @@ -41,7 +40,7 @@ npmjs: &npmjs configuration: # This ID is visible on the page with linked repositories. Ask the admin to provide it to you. selectedRepository: '26050988' - tagName: v${bamboo.inject.version}${bamboo.tagSuffix} + tagName: v${bamboo.inject.version} requirements: - adg-docker: 'true' notifications: @@ -57,11 +56,9 @@ npmjs • alpha: variables: <<: *npmjs-variables publishArgs: --tag alpha --access public - tagSuffix: '-alpha' npmjs • beta: <<: *npmjs variables: <<: *npmjs-variables publishArgs: --tag beta --access public - tagSuffix: '-beta' diff --git a/package.json b/package.json index 7a64379f..9eb2a124 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@adguard/scriptlets", - "version": "2.1.3", + "version": "2.1.3-alpha.1", "description": "AdGuard's JavaScript library of Scriptlets and Redirect resources", "type": "module", "scripts": {