This commit is contained in:
		@@ -28,7 +28,7 @@ steps:
 | 
			
		||||
    api_key:
 | 
			
		||||
      from_secret: gitea_token
 | 
			
		||||
    base_url: https://git.sthope.dev
 | 
			
		||||
    files: dist/*
 | 
			
		||||
    files: ./*
 | 
			
		||||
    checksum:
 | 
			
		||||
      - md5
 | 
			
		||||
      - sha1
 | 
			
		||||
 
 | 
			
		||||
@@ -109,7 +109,7 @@ prepare:
 | 
			
		||||
    verifyReleaseCmd: "echo ${nextRelease.version} > VERSION.md"
 | 
			
		||||
  - path: '@semantic-release/changelog'
 | 
			
		||||
    # Create or update the changelog file in the local project repository
 | 
			
		||||
#  - path: '@semantic-release/git'
 | 
			
		||||
  - path: '@semantic-release/git'
 | 
			
		||||
    # Push a release commit and tag, including configurable files
 | 
			
		||||
    message: 'RELEASE: ${nextRelease.version}'
 | 
			
		||||
    assets: ['CHANGELOG.md']
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user